home *** CD-ROM | disk | FTP | other *** search
- ; *******************************************
- ;
- ; Common Kart Properties Script
- ; -----------------------------
- ; *******************************************
-
- ; WHEELS BEHAVIOR
- ; ---------------
- wheel_friction_x_enabled 1
-
- ; fast turn factor 0.0 - 1.0
- body_fast_turn_factor 0.195
-
- ; sigmoid
- sigmoid_slope 0.6
-
-
-
- ; axis width
- axis_width_factor 0.00020
- axis_width_front 1070
- axis_width_rear 1080
-
- ; 100cc SPECIFIC : CARBU
- ; ----------------------
- carbu_boost_duration 2.5 ; seconds
- carbu_acc_factor 0.5
- carbu_low_speed_percent 0.9
- carbu_speed_threshold 75.0 ; km/h hacked once (playerstep only)
-
- ; ASPIRATION
- ; -----------
- aspiration_factor 1.0
- aspiration_min_distance 2.0
-
- ; HELP TORQUE
- ; -----------
- help_torque_time_threshold 0.2 ; in seconds
- help_torque_rot_threshold 1.2 ; rad/sec
- help_torque_value 3.0
-
- ; SUSPENSION
- ; ----------
- spring_length 500.0
- stabilizer_constant_front 10.0
- stabilizer_constant_rear 15.0
-
- ; MOTION CONTROLLER
- ; -----------------
- mc_force_factor 0.02
- mc_damp_factor 0.9
- mc_torque_factor 0.2
- mc_angular_damp_factor 0.8
- mc_max_trans_factor 50.0
- mc_max_torque_factor 50.0
-
- ; KEYBOARD INPUT
- ; --------------
- time_full_throttle 0.4
- time_full_brake 0.40
- time_full_steering 0.50
- time_return_center 0.25
- counterbrake_factor 3.0
-
- ; *********************
- ; PARTS ADJUSTEMENTS
- ; *********************
-
- ; ------
- ; TIRES
- ; ------
- ; tire type
- Tires.Hard.1 1.00 ; no rain
- Tires.Hard.2 0.55 ; rain
- Tires.Hard.DamageSpeed 0.25
- Tires.Soft.1 1.15
- Tires.Soft.2 0.85
- Tires.Soft.DamageSpeed 0.28
- Tires.Rain.1 1.0
- Tires.Rain.2 0.9
- Tires.Rain.DamageSpeed 0.33
-
- ; pressure influence
- Tires.Pressure.Friction 0.70
- Tires.Pressure.DamageSpeed 1.0 ;0.34
-
- ; damage
- Tires.Damage.Friction 0.40
- Tires.Damage.Inertia 0.2
- Tires.Damage.Damp 0.60
- Tires.Damage.MaxPercent 60.0
-
- crown_teeth 81
-
- ; -------
- ; FRAME
- ; -------
- ; mass center
- Frame.Percent.MaxTranslate 0.6
-
- ; rigidity
- Frame.Rigidity.Inertia 0.55
- Frame.Rigidity.Damp 0.60
- Frame.Rigidity.Elasticity 0.70
-
- ; damage
- Frame.Damage.Inertia 2.0
- Frame.Damage.MaxPercent 50.0
- Frame.Damage.HitFactor 0.087
-
- ; -------
- ; BRAKES
- ; -------
- Brakes.Damage.Deceleration 0.5
- Brakes.Damage.HitFactor 0.23
- Brakes.Damage.MaxPercent 40.0
-
- ; -------
- ; ENGINE
- ; -------
- Engine.Damage.RpmThreshold 5500.0
- Engine.Damage.HitFactor 0.0001
- Engine.Damage.MaxPercent 40.0
- Engine.Damage.Power 1.0
-
- ; ------
- ; PIPES
- ; ------
- Pipes.Front.Gain 10.0
- Pipes.Rear.Gain 10.0